home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / Libraries / SAT 2.3b4 / Demo ƒ / myPlatform demo ƒ / myPlatform demo notes next >
Text File  |  1993-06-25  |  711b  |  16 lines

  1. myPlatform demo notes
  2.  
  3. This demo demonstrates the following things:
  4.  
  5. • Collision handling again
  6. • Using patterns instead of PICTs for the background
  7. • Using faceless sprites, in this case static platforms
  8. • Using "layer" for sorting (in order to make the man appear on top of the moving platforms)
  9. • Simple keyboard controls
  10.  
  11. The demo looks a bit like a platform game, but it is *not* a working game at all.
  12.  
  13. Note: I am not sure this demo will survive. It is pretty new, so it may have bugs, redundant code, etc. I will probably revise it altogether later, or scrap it, but I wanted you to see some possibilities that some recent changes give.
  14.  
  15. Its old name was SplATform, in case you find that name somewhere.
  16.